home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 324
- Top = 131
- AutoSize = True
- BorderIcons = [biMinimize, biMaximize]
- BorderStyle = bsDialog
- Caption = 'Select folder'
- ClientHeight = 177
- ClientWidth = 257
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- Position = poDesktopCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 0
- Top = 0
- Width = 257
- Height = 177
- Caption = ' Select Installation-folder'
- TabOrder = 0
- object DirectoryListBox1: TDirectoryListBox
- Left = 8
- Top = 40
- Width = 241
- Height = 97
- ItemHeight = 16
- TabOrder = 0
- OnChange = DirectoryListBox1Change
- end
- object DriveComboBox1: TDriveComboBox
- Left = 8
- Top = 147
- Width = 97
- Height = 19
- TabOrder = 1
- OnChange = DriveComboBox1Change
- end
- object Edit1: TEdit
- Left = 8
- Top = 16
- Width = 241
- Height = 21
- ReadOnly = True
- TabOrder = 2
- end
- object Button1: TButton
- Left = 112
- Top = 144
- Width = 65
- Height = 25
- Caption = 'Cancel'
- TabOrder = 3
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 182
- Top = 144
- Width = 67
- Height = 25
- Caption = 'OK'
- TabOrder = 4
- OnClick = Button2Click
- end
- end
- end
-